Represents a method that handles general events.
public generic<typename T>
delegate void EventHandler`1(
Object^ sender,
T args
)
T
The type of event data generated by the event.
sender
Type: Object
The event source.
args
Type: T
The event data.
Note
This class makes cross-OS calls. For more information, see Cross-OS Calls.
Namespace: Windows.Foundation
Metadata: windows.winmd